home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / batch.zip / README < prev    next >
Text File  |  1987-08-09  |  2KB  |  44 lines

  1. I've gotten these programs from a NJ BBS, I thought it may be 
  2. an interest to everybody. After the download you have to UUDECODE 
  3. first then unARC the file. Enjoy !
  4.                                   Ed. Chen
  5.                                   WH 1A-153
  6.                                   (201)386-2380
  7. ASK.COM:
  8. This command allows the user to set the BATCH
  9. environment ERRORLEVELS interactively.
  10. CL.COM:          
  11. Turn the Caps Lock key on.
  12. CLOFF.COM:       
  13. Turn the Caps Lock key off.
  14. NL.COM:          
  15. Turn the Num Lock key on.
  16. NLOFF.COM:       
  17. Turn the Num Lock key off.
  18. COLOR.BAT:
  19. COLOR.BAT may be used to set foreground and background colors on
  20. color monitors and set bold (high intensity), normal or reverse on
  21. any type of monitor. If your system has two monitors, COLOR.BAT will
  22. make it easier to switch between your monitors (though this requires
  23. the presence of MODE.COM on the default directory).
  24. To use this command file, you must boot your system using DOS 2.0
  25. or higher & must have a CONFIG.SYS file defined on the boot disk
  26. as well as ANSI.SYS. This CONFIG.SYS file is described in your DOS
  27. manual but the line that you need in this file is "DEVICE=ANSI.SYS".
  28. ANSI.SYS must also be on your boot directory (it came with DOS).
  29. REBEEP.COM:
  30. Uses continual beeps to summon a person to the computer.
  31. RESPONSE.COM:
  32. This is a fairly simple program in concept: IT sets the errorlevel
  33. code for batch files based on the user's input.  ALSO, it will not
  34. accept anything but a correct response character.
  35. SOUND.COM:
  36. It generates different beeps.
  37. WAITUNTL.COM:
  38. This can be used in batch files to simply wait until a certain time 
  39. passes.  The program continually displays the current time, which 
  40. makes it easy to compare to the time set in WAITUNTL. WAITUNTL makes 
  41. it easy to trigger a series of events based on time, such as downloading 
  42. data at 6am and running a series of reports at 6:15 to have ready when 
  43. you get in.
  44.